home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / nntppst.dfm / nntppst.txt
Encoding:
Text File  |  1999-07-20  |  2.2 KB  |  119 lines

  1. object ArticleForm: TArticleForm
  2.   Left = 200
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Article'
  6.   ClientHeight = 273
  7.   ClientWidth = 439
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 439
  18.     Height = 89
  19.     Align = alTop
  20.     BevelOuter = bvNone
  21.     TabOrder = 0
  22.     object Label2: TLabel
  23.       Left = 8
  24.       Top = 10
  25.       Width = 62
  26.       Height = 13
  27.       Caption = 'Newsgroups:'
  28.     end
  29.     object Label3: TLabel
  30.       Left = 8
  31.       Top = 34
  32.       Width = 39
  33.       Height = 13
  34.       Caption = 'Subject:'
  35.     end
  36.     object Label4: TLabel
  37.       Left = 8
  38.       Top = 58
  39.       Width = 62
  40.       Height = 13
  41.       Caption = 'Attachments:'
  42.     end
  43.     object NewsGroupsEdit: TEdit
  44.       Left = 74
  45.       Top = 8
  46.       Width = 360
  47.       Height = 21
  48.       TabOrder = 0
  49.     end
  50.     object SubjectEdit: TEdit
  51.       Left = 74
  52.       Top = 32
  53.       Width = 360
  54.       Height = 21
  55.       TabOrder = 1
  56.     end
  57.     object AttComboBox: TComboBox
  58.       Left = 74
  59.       Top = 56
  60.       Width = 360
  61.       Height = 21
  62.       Style = csDropDownList
  63.       ItemHeight = 13
  64.       TabOrder = 2
  65.     end
  66.   end
  67.   object BodyMemo: TMemo
  68.     Left = 0
  69.     Top = 89
  70.     Width = 439
  71.     Height = 143
  72.     Align = alClient
  73.     TabOrder = 1
  74.   end
  75.   object Panel2: TPanel
  76.     Left = 0
  77.     Top = 232
  78.     Width = 439
  79.     Height = 41
  80.     Align = alBottom
  81.     BevelOuter = bvNone
  82.     TabOrder = 2
  83.     object AttachButton: TButton
  84.       Left = 184
  85.       Top = 8
  86.       Width = 75
  87.       Height = 25
  88.       Caption = 'Attach'
  89.       TabOrder = 0
  90.       OnClick = AttachButtonClick
  91.     end
  92.     object PostButton: TButton
  93.       Left = 264
  94.       Top = 8
  95.       Width = 75
  96.       Height = 25
  97.       Caption = 'Post'
  98.       ModalResult = 1
  99.       TabOrder = 1
  100.     end
  101.     object CancelButton: TButton
  102.       Left = 344
  103.       Top = 8
  104.       Width = 75
  105.       Height = 25
  106.       Caption = 'Cancel'
  107.       ModalResult = 2
  108.       TabOrder = 2
  109.     end
  110.   end
  111.   object OpenDialog1: TOpenDialog
  112.     FileEditStyle = fsEdit
  113.     Filter = 'All Files (*.*)|*.*'
  114.     Options = [ofHideReadOnly]
  115.     Left = 24
  116.     Top = 240
  117.   end
  118. end
  119.